github.com/klauspost/compress/gzip.Writer.w (field)
12 uses
github.com/klauspost/compress/gzip (current package)
gzip.go#L38: w io.Writer
gzip.go#L110: w: w,
gzip.go#L130: _, err := z.w.Write(z.buf[:2])
gzip.go#L134: _, err = z.w.Write(b)
gzip.go#L156: _, err = z.w.Write(b)
gzip.go#L158: _, err = io.WriteString(z.w, s)
gzip.go#L165: _, err = z.w.Write(z.buf[:1])
gzip.go#L201: n, z.err = z.w.Write(z.buf[:10])
gzip.go#L225: z.compressor, _ = flate.NewWriter(z.w, z.level)
gzip.go#L231: return len(p), flate.StatelessDeflate(z.w, p, false, nil)
gzip.go#L279: z.err = flate.StatelessDeflate(z.w, nil, true, nil)
gzip.go#L288: _, z.err = z.w.Write(z.buf[:8])
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |